Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit swift-nio to 2.8.0 #229

Merged
merged 1 commit into from
Oct 18, 2019
Merged

Limit swift-nio to 2.8.0 #229

merged 1 commit into from
Oct 18, 2019

Conversation

djones6
Copy link
Contributor

@djones6 djones6 commented Oct 18, 2019

Limits the maximum version of swift-nio to 2.8.0, required due to possibility of calling syncShutdownGracefully() on an EventLoop (see #227) which will be detected as a hard error in future versions of swift-nio.

Can be reverted once #225 is merged.

- required due to possibility of calling syncShutdownGracefully() on an EventLoop. Can be reverted once #225 is merged.
@djones6 djones6 requested a review from pushkarnk October 18, 2019 09:22
@pushkarnk pushkarnk merged commit 813ce99 into master Oct 18, 2019
@djones6 djones6 deleted the nioUpTo280 branch October 18, 2019 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants